home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow_WinXP / VMR / VMRXcl / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  2.1 KB  |  63 lines

  1. // Copyright (c) 1995 - 2001  Microsoft Corporation.  All Rights Reserved.
  2. //
  3. // These are indexes used by the toolbar.
  4. //
  5. #define IDC_ADEFAULT2                   4013
  6. #define IDC_STATIC                      -1
  7.  
  8. #define STR_MAX_STRING_LEN      256
  9.  
  10. #define IDX_SEPARATOR                   -1
  11. #define IDX_1                           0
  12. #define IDX_2                           1
  13. #define IDX_3                           2
  14. #define IDX_4                           3
  15. #define IDX_5                           4
  16. #define IDX_6                           5
  17. #define IDX_7                           6
  18. #define IDX_8                           7
  19. #define IDX_9                           8
  20. #define IDX_10                          9
  21. #define IDX_11                          10
  22. #define DEFAULT_TBAR_SIZE               6
  23. #define NUMBER_OF_BITMAPS               11
  24.  
  25. #define ID_TOOLBAR                      9
  26. #define ID_TRACKBAR                     10
  27.  
  28. #define IDR_MAIN_MENU                   101
  29. #define IDR_TOOLBAR                     102
  30. #define IDR_VIDEOCD_ICON                103
  31. #define IDR_ACCELERATOR                 104
  32.  
  33. #define IDM_FILE_OPEN                   40001
  34. #define IDM_FILE_CLOSE                  40002
  35. #define IDM_FILE_EXIT                   40003
  36.  
  37. // Toolbar commands
  38. #define IDM_MOVIE_STOP                  40010
  39. #define IDM_MOVIE_PLAY                  40011
  40. #define IDM_MOVIE_PAUSE                 40013
  41. #define IDM_FULL_SCREEN                 40019
  42.  
  43. #define IDM_MOVIE_ALIGN                 40020
  44.  
  45. #define MENU_STRING_BASE                1000
  46.  
  47.         // File
  48. #define STR_FILE_OPEN           IDM_FILE_OPEN  + MENU_STRING_BASE
  49. #define STR_FILE_CLOSE          IDM_FILE_CLOSE + MENU_STRING_BASE
  50. #define STR_FILE_EXIT           IDM_FILE_EXIT  + MENU_STRING_BASE
  51.  
  52.         // System Menu
  53. #define STR_SYSMENU_RESTORE     1800
  54. #define STR_SYSMENU_MOVE        1801
  55. #define STR_SYSMENU_MINIMIZE    1802
  56. #define STR_SYSMENU_CLOSE       1803
  57. #define STR_SYSMENU_MAXIMIZE    1804
  58. #define STR_SYSMENU_TASK_LIST   1805
  59.  
  60. #define STR_FILE_FILTER         2000
  61. #define STR_APP_TITLE           2001
  62. #define STR_APP_TITLE_LOADED    2002
  63.